home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / help.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1995-09-29  |  617 b   |  30 lines

  1. on mouseUp
  2.   global EVis, EPup, FVis, FPup
  3.   if EVis = 1 then
  4.     puppetSprite(48, 1)
  5.     set the visible of sprite 48 to 1
  6.   else
  7.     puppetSprite(48, 1)
  8.     set the visible of sprite 48 to 0
  9.   end if
  10.   if EPup = 1 then
  11.     set the puppet of sprite 48 to 1
  12.   else
  13.     set the puppet of sprite 48 to 0
  14.   end if
  15.   if FVis = 1 then
  16.     puppetSprite(45, 1)
  17.     set the visible of sprite 45 to 1
  18.   else
  19.     puppetSprite(45, 1)
  20.     set the visible of sprite 45 to 0
  21.   end if
  22.   puppetSprite(45, 0)
  23.   play done
  24.   if FPup = 1 then
  25.     set the puppet of sprite 45 to 1
  26.   else
  27.     set the puppet of sprite 45 to 0
  28.   end if
  29. end
  30.